home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / graalb.lha / 5.room < prev    next >
Text File  |  1996-03-28  |  1KB  |  64 lines

  1. /*                       This is a room file for GRAAL
  2. /*
  3. /*                                   5.room
  4. /*
  5. /*                     Travel map - Byzantium / Gurgan / Bagdad
  6. /*
  7. /* Room flags: 1=0 - first visit
  8. /*             2=0 - no pass for Gurgan
  9. /*
  10. /* Special room showing only a map image - no Olaf!
  11.  
  12. SECTION: 2
  13.  
  14. UPDATE: 3
  15.  
  16. BG_IFF: 5BG.IFF
  17.  
  18. START_POS: 1;$800D;187;118;R;1
  19.  
  20. FLOOR: 1;148;116;194;119;1-1
  21.  
  22. EXIT: 1;19;103;23;108;21;106;Constantinople
  23. EXIT: 2;179;47;185;52;183;50;Gurgan
  24. EXIT: 3;171;111;177;117;174;114;Baghdad
  25.  
  26. CLPART: 5FG.IFF
  27.  
  28. ROOMBOBS: 1;1;1;1;5;5;0;0
  29.  
  30.  
  31. /* Olaf not displayed in this scene!
  32. DACT: CHAR OFF
  33.  
  34. /* First visit?
  35. DACT: IFRF 1=0;CUTSCENE 15,S;CUTSCENE 16,S;SETRF 1=1;GOTO 6,1
  36.  
  37. /* Go!
  38. DACT: IFRF 1=1;LIGHTS ON;EXIT
  39.  
  40.  
  41. /* Action 0 - Exit
  42. /* ===============
  43. /*
  44. /* Constantinople
  45. ACTION: 0;IFOBJ 1;GOTO 2,2
  46. /* Gurgan is still blocked for us
  47. ACTION: 0;IFOBJ 2;IFRF 2=0;GOTO 6,1
  48. /* On our way to Gurgan!
  49. /* ACTION: 0;IFOBJ 2;IFRF 2=1;GOTO ??,?
  50. /* Baghdad
  51. ACTION: 0;IFOBJ 3;GOTO 7,1
  52. /*
  53. /* Action 1 - Give
  54. /* Action 2 - Pick up
  55. /* Action 3 - Use
  56. /* Action 4 - Open
  57. /* Action 5 - Talk to
  58. /* Action 6 - Push
  59. /* Action 7 - Close
  60. /* Action 8 - Look at
  61. /* Action 9 - Pull
  62.  
  63. /* End of room file.
  64.